home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / st_plugins / catalogs / loadeject.cd < prev    next >
Text File  |  1999-11-29  |  364b  |  21 lines

  1. #language english
  2. #version 0
  3. ; Translation-File for PlugIn-Module LoadEject
  4. ;
  5. DESCRIPTION (1//)
  6. Loads and ejects the media of a specified device.
  7. ;
  8. PARAMETER (//)
  9. DEVICE/A    - device you want to talk to\n\
  10. UNIT/N      - unit of the device\n\
  11. ONLYEJECT/S - only ejects the media
  12. ;
  13. IF_DEVICE (//)
  14. Device
  15. ;
  16. IF_UNIT (//)
  17. Unit
  18. ;
  19. IF_ONLYEJECT (//)
  20. Only eject the media
  21.